home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk7 / unix / uuencode.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  53 lines

  1.  
  2.  UUENCODE(1C)UNIX Programmer's Manual (April 24, 1986)UUENCODE(1C)
  3.  
  4.  NAME
  5.         uuencode, uudecode - encode/decode a binary file for
  6.         transmission via mail
  7.  
  8.  SYNOPSIS
  9.         uuencode [ source ] remotedest | mail sys1!sys2!..!decode
  10.         uudecode [ file ]
  11.  
  12.  DESCRIPTION
  13.        UUENCODE and UUDECODE   are used to send a binary file via
  14.        uucp (or other) mail.  This combination can be used over
  15.        indirect mail links even when uusend(1C) is not available.
  16.  
  17.        UUENCODE takes the named source file (default  standard
  18.        input) and produces an encoded version on the standard
  19.        output.  The encoding uses only printing ASCII characters,
  20.        and includes the mode of the file and the REMOTEDEST for
  21.        recreation on the remote system.
  22.  
  23.        UUDECODE reads an encoded file, strips off any leading and
  24.        trailing lines added by mailers, and recreates the original
  25.        file with the specified mode and name.
  26.  
  27.        The intent is that all mail to the user ``decode'' should be
  28.        filtered through the UUDECODE  program.  This way the file is
  29.        created automatically without human intervention.  This is
  30.        possible on the uucp network by either using SENDMAIL  or by
  31.        making RMAIL be a link to MAIL instead of MAIL.  In each
  32.        case, an alias must be created in a master file to get the
  33.        automatic invocation of UUDECODE.
  34.  
  35.        If these facilities are not available, the file can be sent
  36.        to a user on the remote machine who can uudecode it manually.
  37.  
  38.        The encode file has an ordinary text form and can be edited
  39.        by any text editor to change the mode or remote name.
  40.  
  41.  SEE ALSO
  42.        atob(n), uusend(1C), uucp(1C), uux(1C), mail(1), uuencode(5)
  43.  
  44.  BUGS
  45.        The file is expanded by 35% (3 bytes become 4 plus control
  46.        information) causing it to take longer to transmit.
  47.  
  48.        The user on the remote system who is invoking UUDECODE
  49.        (often UUCP) must have write permission on the specified
  50.        file.
  51.  
  52.      Page 1                                          (printed 11/5/86)
  53.